[INFO] fetching crate elicitor-macro 0.6.1...
[INFO] fixing elicitor-macro-0.6.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate elicitor-macro 0.6.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate elicitor-macro 0.6.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate elicitor-macro 0.6.1
[INFO] tweaked toml for crates.io crate elicitor-macro 0.6.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate elicitor-macro 0.6.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate elicitor-macro 0.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded elicitor-types v0.6.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f
[INFO] running `Command { std: "docker" "start" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.113
[INFO] [stderr]     Checking elicitor-macro v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking elicitor-types v0.6.1
[INFO] [stdout] error[E0432]: unresolved import `elicitor`
[INFO] [stdout]  --> tests/basic_derive.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use elicitor::Survey; // Import the trait
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 - use elicitor::Survey; // Import the trait
[INFO] [stdout] 8 + use elicit::Survey; // Import the trait
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ConfirmQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ConfirmQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:44:25
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut responses = elicitor::Responses::new();
[INFO] [stdout]    |                         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Responses;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Responses;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Responses`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 44 -     let mut responses = elicitor::Responses::new();
[INFO] [stdout] 44 +     let mut responses = Responses::new();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:46:29
[INFO] [stdout]    |
[INFO] [stdout] 46 |     responses.insert("age", elicitor::ResponseValue::Int(25));
[INFO] [stdout]    |                             ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ResponseValue`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 46 -     responses.insert("age", elicitor::ResponseValue::Int(25));
[INFO] [stdout] 46 +     responses.insert("age", ResponseValue::Int(25));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:47:33
[INFO] [stdout]    |
[INFO] [stdout] 47 |     responses.insert("student", elicitor::ResponseValue::Bool(true));
[INFO] [stdout]    |                                 ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ResponseValue`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 47 -     responses.insert("student", elicitor::ResponseValue::Bool(true));
[INFO] [stdout] 47 +     responses.insert("student", ResponseValue::Bool(true));
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::InputQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::Question;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use syn::token::Question;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponsePath;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::IntQuestion;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::ResponseValue;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:94:9
[INFO] [stdout]    |
[INFO] [stdout] 94 |         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout]    |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 -         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout] 94 +         elicit::QuestionKind::Int(int_q) => {
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  8 + use crate::elicit::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout]  8 + use elicitor_types::QuestionKind;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -         elicitor::QuestionKind::Int(int_q) => {
[INFO] [stdout] 94 +         QuestionKind::Int(int_q) => {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::Question;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::Question;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use syn::token::Question;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::ResponsePath;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::ResponsePath;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::MaskedQuestion;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::MaskedQuestion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::MultilineQuestion;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::MultilineQuestion;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::ResponseValue;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::ResponseValue;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         elicitor::QuestionKind::Masked(_)
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 119 -         elicitor::QuestionKind::Masked(_)
[INFO] [stdout] 119 +         QuestionKind::Masked(_)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |         elicitor::QuestionKind::Multiline(_)
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `elicitor`, use `cargo add elicitor` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   8 + use crate::elicit::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use elicitor_types::QuestionKind;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `QuestionKind`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 123 -         elicitor::QuestionKind::Multiline(_)
[INFO] [stdout] 123 +         QuestionKind::Multiline(_)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `elicitor_types::*`
[INFO] [stdout]  --> tests/basic_derive.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub use elicitor_types::*;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:65:10
[INFO] [stdout]    |
[INFO] [stdout] 65 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]   --> tests/basic_derive.rs:81:10
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]    |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `elicitor` in this scope
[INFO] [stdout]    --> tests/basic_derive.rs:102:10
[INFO] [stdout]     |
[INFO] [stdout] 102 | #[derive(Survey, Debug, PartialEq)]
[INFO] [stdout]     |          ^^^^^^ use of unresolved module or unlinked crate `elicitor`
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `Survey` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `elicitor-macro` (test "basic_derive") due to 34 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f", kill_on_drop: false }`
[INFO] [stdout] 03bb39c70a0ef985e78acbb8e0ba4144331aa85cec25e37afad8ce9d364b1b3f
